Sony Ericsson CamDriver Version v4.20_Standard by BrAzzUkAs for w580
Version v4.20_Standard BrAzzUkAs 
Optimized for the Sony Ericsson W580 ** Works w580/s500 **


Features v4.20_Standard w580:
- Color Correction Stable 
- Levels Color Correction Normal/High/Low
- New JPEG compression buffer size based Qtable 
- Fix White Balance WB 
- Implemented unlock the property clock 24mhz with Master Clock 24mhz
- New Lens correction
- FRAME_RATE_30_FPS/FRAME_RATE_15_FPS/FRAME_RATE_14_FPS/FRAME_RATE_12_FPS 
- New White balance and Color Correction RGB
- SENSOR_30FPS_SVGA_MODE 
- SENSOR_15FPS_UXGA_MODE 

Features w580:

-Video Recording:
                 High Quality= 10fps to 15fps
                 Low  Quality= 15fps to 25fps
                 Normal Mode Dayligth=15fps full resolution UXGA SVGA 
                 Nigth  Mode=5fps to 10fps

	
Feature of the properties:

-High sensitivity for low-light operation
-Support for Raw RGB, RGB (RGB565/555), GRB422, YUV (422/420) and YCbCr (4:2:2) formats
-supports image sizes: UXGA, SXGA, SVGA
-Automatic image control functions:
                                   Automatic Exposure Control (AEC) 
                                   Automatic Gain Control (AGC) 
                                   Automatic White Balance (AWB) 
                                   Automatic Band Filter (ABF)  
                                   Automatic Black-Level Calibration (ABLC)
-Image quality controls: 
                        Color saturation
                        Gamma
                        Sharpness (edge enhancement)
                        Lens correction
                        White pixel canceling
                        Noise canceling 
                        Frequency 50/60 Hz luminance detection

-Zooming 
-Panning
-Windowing functions
-Internal/external frame synchronization
-Variable frame rate control
-Supports LED and flash strobe mode
-Supports scaling
-Supports compression
-Embedded microcontroller
-Line optical black level output capability
-Video or snapshot operation

*******************
User Guide Settings:
*******************

User Settings:
You can change values of sharpness, contrast and fps of videorecord to what you want. Don't edit other settings!!!

Sharpness and Contrast.
Open camdriver, find the 

You can use this parametrs:
(in left values in hex, in the right in dec, for change values in camdriver you needed in hex values)
 F8=-8; F9=-7; FA=-6; FB=-5; FC=-4; FD=-3; FE=-2; FF=-1; 00=0; 01=1;etc up to 8=08; 08 is maximal.

Frames per second in Videorecord:
Open camdriver and find a:

NORMAL_VIDEORECORD= #SET_REG(08,2B) 
#COM_EVENT(03,20)
#CHANGE_MODE(34,81);

NIGHT_VIDEORECORD= #SET_REG(08,14)
#COM_EVENT(03,09)
#CHANGE_MODE(34,81);

Notes: NORMAL_VIDEORECORD - normal videorecord, NIGHT_VIDEORECORD - night vr.
#SET_REG(08,xx) - maximal fps, when xx - is a value.
#COM_EVENT(03,xx) - minimal fps, when xx - is a value.

You can use this parametrs:
(in left values in hex, in the right in dec, for change values in camdriver you needed in hex values)
02=1fps, 04=2fps, 06= 3fps, 08=4fps, 0A=5fps, 0C =6fps, 0E = 7fps, 0F =7.5fps, 10=8fps, 12=9fps, 14=10fps, 16=11fps, 18=12fps, 1A=13fps, 
1C=14fps, 1E=15fps, 20=16fps, 22=17fps, 24=18fps, 26=19fps, 28=20fps, 2A=21fps, 2C=22fps, 2E=23fps, 30=24fps, 32=25fps, 3C=30fps


****************************************
User Guide Advanced techniques Settings:
****************************************
Todays digital cameras are capable of producing amazing images. Automatic exposure and pre-programmed scene modes make it easier than ever to take good shots.

Despite all the sophistication, it is possible, even likely, to get poorly exposed and composed photos.

If you wish to go take more professional looking photos, familiarize yourself with these more advanced camera settings and techniques. Learn time-honored principles of composition, how to take control over exposure, how to shoot under varied light, the best times of day to take pictures and lots more.


//**************************************************************************************************
//                            Suggested Exposure Value settings
//**************************************************************************************************
//    * Bright sunlight coming over the back of you when taking a photo: -0.3 or -0.7 EV compensation
//    * For shots with strong light coming behind the subject (back lit): +0.7 or +1.0 EV
//    * Scene with bright sun: 0 to -2 EV
//    * Snow, beach or highly reflected water: -2/3 to -2 EV
//    * Close-up of white or yellow flower: -1/3 to -1 EV
//    * Dimly lit night sky: 0 to +2 EV
//    * Land or seascape taken just prior to dusk: 0 EV to +2/3
//    * Very dark or black objects: + 2/3 to +1 1/3
//
//    * Settings can vary not only with the scene, but with the phone camera you're using
//      and each sensor chip and will respond with its capacity and limitation.


//************************************************ 
//		White balance, property 1  *******
//************************************************
//            Preset white balance settings:
//
//    *
//      Daylight - for direct sunlight
//    *
//      Cloudy - for shady, overcast skies
//    *
//      Fluorescent - for use under fluorescent lighting
//    *
//      Incandescent/tungsten - for use under standard light bulbs and some types of fluorescent lighting
//    *
//      Flash - for light produced by the built-in camera flash
//
//  0 => auto         1 => tungsten     2 => *fluorescent (fluorescent white/fluorescent yellow)
//  3 => clear sky    4 => cloudy  
//  5 => one push     6 => hold 
//---------------------------------------------------


//********************************************************************************************
//                       SUGGESTED SHUTTER SPEEDS
//********************************************************************************************
//TO FREEZE ACTION:	                            TO CAPTURE MOTION:
//Children - 1/250 - 1/1000 seconds	            Amusement park rides: +/- one second
//Moving water/waterfalls: 1/000 seconds or more    Moving water/waterfalls: 4 or more seconds
//Sporting event: 1/500 - 1/2000 seconds	    Fireworks: 1/2 - 4 seconds
//Birds in flight: 1/500th a second and above	    Moving cars at night: 8-10 seconds
// 	                                            Night photography - one or more seconds
//The values adjusted to support camera mobile phone better response to the sensor chip 
//See the table for better adjust
//---------------------------------------------------------------------------------------------

//**************************************************************************************
//                             SUGGESTED ISO SETTINGS
//**************************************************************************************
//Low ISO settings(ISO 50-100):               High ISO settings(ISO 200 and above):
//
//*More light needed                          *Less light needed
//*Less noise                                 *Increased noise
//*More image detail                          *Less image detail
//*Larger aperture +/or longer shutter speed  *Smaller aperture +/or faster shutter speed
//---------------------------------------------------------------------------------------
	


Mini-Guide Settings developers modders
Thanks All BrAzUkAs


**********
Attention:
**********
About camdriver v4.20 w580
Comments:
Need test driver, functions and properties added working normally may still exist errors "bugs"
Need to test the driver for better use of the functions, obviously the driver 
must contain some errors but that in no way compromises the operation of the driver.
Questions and suggestions always look for a developer"modders" to camdrivers or if
you user to need of something more to learn.
Here! Learn sites about SE modding! Esato or se-nse is best for that! Thanks
ENJOY!
BrAzUkAs 




Install Guide:
How to Proceed in CID 50/51/52 with the program *SETOOL/PHONEXS++/FAR:
*SETOOL USER GUIDE
1-Unpack the folder tpa_ifs
2-Copy in its tpa_ifs this way: ifs/settings/camera
3-Copy the file "camdriver0" the latest version to the place indicated
4-After passing your tpa_ifs compressed in *.Zip by SETOOL
5-Press the button Flash

*********
ATTENTION
*********

BEFORE YOU BEGIN INSTALL SECURITY MAKE A BACKUP OF THE CAMERA OLD VERSION DRIVER.
THIS STEP IS BASIC FOR OTHER APPLICATIONS.

/************************************/
/UNITE FOR CHILDREN                  /
/FOR EVERY CHILDREN                  /
/HEALTH,EDUCATION,EQUALITY,PROTECTION/
/ADVANCE HUMANITY                    /
/************************************/

WHAT MAKES YOU DIFFERENT FOR MAKING OF A BETTER WORLD FOR ALL ESPECIES
ENERGY AND TECHNOLOGY IN ADVANTAGE FOR ALL
SAVE YOUR HOME SAVE THE PLANET EARTH
THINK ABOUT!

VISITE SITES/WEB:
UNICEF: 
http://www.unicef.org/

THE HUNGER SITE:
http://www.thehungersite.com/

GREENPEACE:
http://www.greenpeace.org/international/

WWF:
http://www.wwf.org/

WHALES:
http://www.whales.org/

NATIONAL GEOGRAPHIC:
http://www.nationalgeographic.com/

ENJOY!
BrAzUkAs


